VERSION = 1,

option SCP.SCPGuardSpawnChance = {
	type = double,
	default = 0.1,
	min = 0.00,
	max = 100,
	page = SCP,
	translation = SCP.SCPGuardSpawnChance,
}

option SCP.SCPDClassSpawnChance = {
	type = double,
	default = 0.1,
	min = 0.00,
	max = 100,
	page = SCP,
	translation = SCP.SCPDClassSpawnChance,
}

option SCP.SCPDClassSurvivorSpawnChance = {
	type = double,
	default = 0.1,
	min = 0.00,
	max = 100,
	page = SCP,
	translation = SCP.SCPDClassSurvivorSpawnChance,
}

option SCP.SCPScientistSpawnChance = {
	type = double,
	default = 0.1,
	min = 0.00,
	max = 100,
	page = SCP,
	translation = SCP.SCPScientistSpawnChance,
}

option SCP.SCPMTFRangerSpawnChance = {
	type = double,
	default = 0.1,
	min = 0.00,
	max = 100,
	page = SCP,
	translation = SCP.SCPMTFRangerSpawnChance,
}

option SCP.SCPMTFBreacherSpawnChance = {
	type = double,
	default = 0.1,
	min = 0.00,
	max = 100,
	page = SCP,
	translation = SCP.SCPMTFBreacherSpawnChance,
}

option SCP.EnableInjectorZombieDrops
{
    type = boolean,
    default = true,
    page = SCP,
    translation = SCP.EnableInjectorZombieDrops,
}

option SCP.HemovitaLootChance
{
    type = integer,
    default = 50,
    min = 0,
    max = 100,
    page = SCP,
    translation = SCP.HemovitaLootChance,
}

option SCP.AdrenalSurgeLootChance
{
    type = integer,
    default = 50,
    min = 0,
    max = 100,
    page = SCP,
    translation = SCP.AdrenalSurgeLootChance,
}

option SCP.EmptyInjectorLootChance
{
    type = integer,
    default = 50,
    min = 0,
    max = 100,
    page = SCP,
    translation = SCP.EmptyInjectorLootChance,
}